Argument


ARGUMENTS are the values given in a worksheet function to compute. Arguments are enclosed in parentheses and are separated from one another by commas.

EXAMPLE: In the following function found in a spreadsheet cell, 1, 2, and 3 are the arguments:
=SUM(1,2,3)